home *** CD-ROM | disk | FTP | other *** search
-
- You may want to look into a way of doing things that doesn't use EVERY ...
- PROC commands. Maybe use Timer to tell when 25 vbls has gone by, and then
- call MOVE. I had fairly major problems when I was using Every ... Gosub.
-
- But first, remember that making a String GLOBAL is NOT a good idea. The
- String system in Amos isn't perfect, and it is very bad when you Globalise
- Strings. Sharing them is not as bad, but generaly not using Strings in
- Procedures is best. (Use subroutines if they're going to need a lot of
- variables from the main program anyway)
-
- Seumas @ Dark Unicorn Productions
- (sfmcnally@bix.com)
-
-